(if (askbool (help #old-jpeg) (prompt "You have an obsolete JPEG DataType installed.\nDo you want to delete it?") (choices "Delete" "Move to Storage"))
(if (set prefseditor (askchoice (help #prefs-type) (prompt "Which version of the JFIF DataType Preferences Editor would you like to use?") (choices "GadTools version" "MUI version") (default prefseditor)))
(exit #support-me "The JFIF DataType is now ready to be used. Enjoy!")
)
; else
(
(complete 100)
; every beta tester forgot to reboot...
(user 1)
(if (askbool (help #why-reboot) (prompt "Installation of JFIF DataType has been completed.\n\n" #support-me "A reboot is required before you can use the JFIF DataType. Do you want to reboot now?") (choices "Reboot" "Cancel"))
(run "Reboot")
)
(exit "\n*** YOU MUST REBOOT BEFORE USING THE DATATYPE ***")